com.supermap.plot
Class AnimationScale
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.plot.AnimationGO
-
- com.supermap.plot.AnimationScale
-
public class AnimationScale extends AnimationGO
Scale animation
-
-
Constructor Summary
Constructors Constructor and Description AnimationScale()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetEndScaleFactor()Gets the ending scaledoublegetStartScaleFactor()Gets the beginning scalevoidsetEndScaleFactor(double dScalefactor)Sets the ending scalevoidsetStartScaleFactor(double dScalefactor)Sets the beginning scales-
Methods inherited from class com.supermap.plot.AnimationGO
dispose, fromXml, getAnimationType, getDuration, getGeometry, getLayerName, getName, getStartTime, setDuration, setGeometry, setName, setStartTime, toXml
-
-
-
-
Method Detail
-
setStartScaleFactor
public void setStartScaleFactor(double dScalefactor)
Sets the beginning scales- Parameters:
dScalefactor- the beginning scale
-
getStartScaleFactor
public double getStartScaleFactor()
Gets the beginning scale- Returns:
- the beginning scale
-
setEndScaleFactor
public void setEndScaleFactor(double dScalefactor)
Sets the ending scale- Parameters:
dScalefactor- the ending scale
-
getEndScaleFactor
public double getEndScaleFactor()
Gets the ending scale- Returns:
- the ending scale
-
-